home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / show / readbmp.lha / ReadBMP.doc next >
Encoding:
Text File  |  1994-05-26  |  1.9 KB  |  87 lines

  1. ReadBMP Documentation
  2. ---------------------
  3.  
  4. ReadBMP is © copyright 1994 by Jürgen Weinelt.
  5.  
  6. Non-commercial distribution (that is, distribute freely
  7. and FOR FREE [except for reasonable media costs]) is
  8. permitted.
  9.  
  10. If you want to use ReadBMP as part of a commercial
  11. package, please contact me first. Most likely I will
  12. not ask for more than a free copy of your package.
  13.  
  14. ReadBMP may be included in CDROM distributions IF, and
  15. ONLY IF I am allowed to purchase at least one copy of the
  16. CDROM for half the normal price (or cheaper, of course).
  17.  
  18. Fred Fish has UNCONDITIONAL permission to include ReadBMP
  19. in his freely distributable software library, even in
  20. the CDROM version.
  21.  
  22.  
  23.  
  24. Installation
  25. ------------
  26. Copy the executable "ReadBMP" to a directory in your
  27. search path (for example "c:"). Read the documentation
  28. (this file).
  29.  
  30.  
  31.  
  32. Requirements
  33. ------------
  34. * A PicassoII graphics board.
  35. * Lotsa RAM (depends on image resolution and depth).
  36. * Kickstart 2.0 or better. It might run with Kickstart 1.3,
  37.   but I didn't test it. Kickstart 1.3 is obsolete anyway.
  38.  
  39.  
  40.  
  41. Usage
  42. -----
  43. ReadBMP filename filename ...
  44.  
  45.  
  46.  
  47. Bugs
  48. ----
  49. None known at the moment. However, there are a few potential
  50. problems in the code that I know about but did not fix for
  51. this release:
  52.  
  53. Nasty things *might* happen if you attempt to load a picture
  54. that's larger than the largest Picasso mode available.
  55.  
  56. Nasty things *might* happen if you run out of memory.
  57.  
  58. You have been warned.
  59.  
  60.  
  61.  
  62. Author
  63. ------
  64. Jürgen Weinelt
  65. Franz-Ludwig-Straße 10
  66. 97072 Würzburg
  67. Germany
  68.  
  69. (If you don't know how to use Umlauts, substitute ü -> ue
  70.  and ß -> ss).
  71.  
  72. eMail:
  73.   jow@rz.uni-wuerzburg.de (preferred)
  74.   jow@hcast.franken.de
  75.   jow@hcast.adsp.sub.org (possibly obsolete)
  76.  
  77. IRC:
  78.   jow @ #amigager
  79.  
  80.  
  81.  
  82. Credits
  83. -------
  84. ReadBMP is partially based on the ImageMagick package (at
  85. least the BMP part of that package), but the code was almost
  86. completely rewritten. Any bugs are certainly mine. :-)
  87.